home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
17 Bit Software 5: The Fifth Dimension
/
17 Bit - The Fifth Dimension (1995)(17 Bit Software)[!].iso
/
files
/
3859.dms
/
3859.adf
/
Examples
/
OldEasyCalc.calc
(
.txt
)
< prev
next >
Wrap
EasyCalc Spreadsheet file
|
1995-07-02
|
2KB
|
76 lines
EASY30HED1
B'This worksheet demonstrates all the EasyCalc functions available:
"Range to work on:
"Total:
"Average:
"Minimum value:
"Maximum value:
"'All the standard maths operators:
"10 + 2
"10 - 2
"10 * 2
"10 / 2
"10 ^ 2
"10 <> 5
"10 = 5
"10 >= 5
"10 <= 5
"10 > 5
"10 < 5
=@SUM(A4:A7)
=@AVG(A4:A7)
=@MIN(A4:A7)
=@MAX(A4:A7)
=10+2
=10-2
=10*2
=10/2
=10^2
=10<>5
=10=5
=10>=5
=10<=5
=10>5
=10<5
"Functions:
"abs(1.2)
"atn(1.2)
"cint(1.2)
"cos(1.2)
"deg(1.2)
"exp(1.2)
"fix(1.2)
"int(1.2)
"log(1.2)
"rnd(150)
"rad(300)
"sign(-3)
"sin(1.2)
"sqr(49)
"tan(1.2)
"vat(399.95)
"Conditionals:
"IF 5<15, 1 ELSE 0
=@ABS(1.2)
=@ATN(1.2)
=@CINT(1.2)
=@COS(1.2)
=@DEG(1.2)
=@EXP(1.2)
=@FIX(1.2)
=@INT(1.2)
=@LOG(1.2)
=@RND(150)
=@RAD(300)
=@SIGN(-3)
=@SIN(1.2)
=@SQR(49)
=@TAN(1.2)
=@VAT(399.95)
=@IF(5<15,1,0)
'[PRESS HELP HERE]
This worksheet was originally supplied with EasyCalc
Classic, nearly three years ago. Here it has been converted from
EasyCalc Classic, to EasyCalc Plus, and now to EasyCalc 2.0
just to demonstrate how compatible they are with each other.PALL